home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Top Model / Max Special Top Model.iso / content / barra.swf / scripts / frame_1 / PlaceObject2_4_2 / CLIPACTIONRECORD onClipEvent(mouseMove).as < prev   
Encoding:
Text File  |  2001-05-22  |  184 b   |  8 lines

  1. onClipEvent(mouseMove){
  2.    if(this.hitTest(_root._xMouse,_root._yMouse))
  3.    {
  4.       pieceNr = math.ceil(_xmouse / (_width / _root.pieces));
  5.       _root.floatTo(pieceNr);
  6.    }
  7. }
  8.